Bookmark
Digested: The Secrets of Docker Secrets
digested.blogspot.com/2019/11/the-secrets-of-docker-secrets.html, posted 2019 by peter in automation continuousdelivery deployment docker howto toread
Most web apps need login information of some kind, and it is a bad idea to put them in your source code where it gets saved to a git repository that everyone can see. Usually these are handled by environment variables, but Docker has come up with what they call Docker secrets. The idea is deceptively simple in retrospect. While you figure it out it is arcane and difficult to parse what is going on.